home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 18 / FreelogHS18.iso / Editeur texte / Keynote / kntsetup.exe / {app} / keynote.exe / 0 / RCDATA / TFORM_REPLACE / TFORM_REPLACE.txt
Text File  |  2003-11-13  |  3KB  |  168 lines

  1. object Form_Replace: TForm_Replace
  2.   Left = 390
  3.   Top = 196
  4.   ActiveControl = Combo_Text
  5.   BorderStyle = bsDialog
  6.   Caption = 'Replace'
  7.   ClientHeight = 145
  8.   ClientWidth = 385
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnDeactivate = FormDeactivate
  21.   OnKeyDown = FormKeyDown
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Label1: TLabel
  25.     Left = 5
  26.     Top = 10
  27.     Width = 56
  28.     Height = 13
  29.     Caption = '&Text to find:'
  30.     FocusControl = Combo_Text
  31.   end
  32.   object Label2: TLabel
  33.     Left = 5
  34.     Top = 40
  35.     Width = 65
  36.     Height = 13
  37.     Caption = 'Replace &with:'
  38.     FocusControl = Combo_Replace
  39.   end
  40.   object Button_Find: TButton
  41.     Left = 305
  42.     Top = 5
  43.     Width = 75
  44.     Height = 25
  45.     Hint = 'Find next match'
  46.     Caption = '&Find next'
  47.     Default = True
  48.     ModalResult = 1
  49.     TabOrder = 0
  50.     OnClick = Button_FindClick
  51.   end
  52.   object Button_Cancel: TButton
  53.     Left = 305
  54.     Top = 95
  55.     Width = 75
  56.     Height = 25
  57.     Hint = 'Close this dialog box'
  58.     Caption = 'Close'
  59.     ModalResult = 2
  60.     TabOrder = 3
  61.     OnClick = Button_CancelClick
  62.   end
  63.   object Combo_Text: TComboBox
  64.     Left = 80
  65.     Top = 5
  66.     Width = 216
  67.     Height = 21
  68.     ItemHeight = 13
  69.     MaxLength = 255
  70.     TabOrder = 4
  71.     OnChange = Combo_TextChange
  72.   end
  73.   object GroupBox_Opts: TGroupBox
  74.     Left = 5
  75.     Top = 59
  76.     Width = 291
  77.     Height = 79
  78.     Caption = ' Options: '
  79.     TabOrder = 6
  80.     object CheckBox_MatchCase: TCheckBox
  81.       Left = 10
  82.       Top = 18
  83.       Width = 97
  84.       Height = 17
  85.       Caption = '&Match case'
  86.       TabOrder = 0
  87.     end
  88.     object CheckBox_EntireScope: TCheckBox
  89.       Left = 130
  90.       Top = 18
  91.       Width = 126
  92.       Height = 17
  93.       Caption = 'From T&op of Text'
  94.       TabOrder = 3
  95.     end
  96.     object CheckBox_WholeWordsOnly: TCheckBox
  97.       Left = 10
  98.       Top = 37
  99.       Width = 97
  100.       Height = 17
  101.       Caption = 'W&hole words'
  102.       TabOrder = 1
  103.     end
  104.     object CheckBox_AllTabs: TCheckBox
  105.       Left = 130
  106.       Top = 37
  107.       Width = 136
  108.       Height = 17
  109.       Caption = 'Search A&ll notes'
  110.       TabOrder = 4
  111.     end
  112.     object CheckBox_AllNodes: TCheckBox
  113.       Left = 130
  114.       Top = 55
  115.       Width = 136
  116.       Height = 17
  117.       Caption = 'Search all tree &Nodes'
  118.       TabOrder = 5
  119.     end
  120.     object CheckBox_Confirm: TCheckBox
  121.       Left = 10
  122.       Top = 55
  123.       Width = 97
  124.       Height = 17
  125.       Caption = '&Confirm replace'
  126.       TabOrder = 2
  127.     end
  128.   end
  129.   object Combo_Replace: TComboBox
  130.     Left = 80
  131.     Top = 35
  132.     Width = 216
  133.     Height = 21
  134.     ItemHeight = 13
  135.     MaxLength = 255
  136.     TabOrder = 5
  137.   end
  138.   object Button_Replace: TButton
  139.     Tag = 1
  140.     Left = 305
  141.     Top = 35
  142.     Width = 75
  143.     Height = 25
  144.     Hint = 'Find next match and replace it'
  145.     Caption = '&Replace'
  146.     TabOrder = 1
  147.     OnClick = Button_FindClick
  148.   end
  149.   object Button_ReplaceAll: TButton
  150.     Tag = 2
  151.     Left = 305
  152.     Top = 65
  153.     Width = 75
  154.     Height = 25
  155.     Hint = 'Find and replace all matching text'
  156.     Caption = 'Replace &All'
  157.     TabOrder = 2
  158.     OnClick = Button_FindClick
  159.   end
  160.   object FormPlacement: TFormPlacement
  161.     IniSection = 'ReplaceDlg'
  162.     Options = [fpPosition]
  163.     UseRegistry = True
  164.     Left = 335
  165.     Top = 120
  166.   end
  167. end
  168.